CREATE PIXEL SHADER FROM FILE
This command will create a pixel shader from a specified text file. Use this command in concert with other pixel shader commands to create a special effect on a 3D object. Pixel shaders are powerful programmable effects, and not all 3D devices support them.

SYNTAX
CREATE PIXEL SHADER FROM FILE PixelShader Number, Shader Filename

RELATED INFO
BASIC3D Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example